home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / MYABCD.SWF / scripts / DefineButton2_4 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  1999-10-24  |  144 b   |  11 lines

  1. on(rollOut){
  2.    tellTarget("/abc instructions")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("/a")
  7.    {
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.